djbuch.kapitel_04
Class AppletAwtEvent
java.lang.Object
|
+--AppletBase
|
+--djbuch.kapitel_04.AppletAwtEvent
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class AppletAwtEvent
- extends AppletBase
- implements java.awt.event.ActionListener
- Author:
- Thomas Ekert
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppletAwtEvent
public AppletAwtEvent()
notesAppletInit
public void notesAppletInit()
notesAppletStart
public void notesAppletStart()
notesAppletStop
public void notesAppletStop()
notesAppletDestroy
public void notesAppletDestroy()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
paint
public void paint(java.awt.Graphics g)